home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / stdwin / Conf / proto.arch.sgi < prev    next >
Encoding:
Text File  |  1990-10-09  |  500 b   |  22 lines  |  [TEXT/????]

  1.  
  2. #
  3. # Definitions pertaining to architecture SGI (Silicon Graphics)
  4. #
  5.  
  6. # Define the name of this architecture here.
  7. # This is used as a subdirectory name where all the objects for this
  8. # architecture live: $(TOP)/Build/$(ARCH)
  9. #
  10. ARCH=        sgi
  11.  
  12. # The system libraries to link with programs that use termcap and X11
  13. #
  14. LIBTERMCAP=    -ltermcap
  15. LIBX11=        -lX11 -lbsd
  16.  
  17. # Pretend it's an ANSI compiler (not quite true but close)
  18. # This assumes IRIX 3.3 or higher
  19. #
  20. ARCHOPTS=    -prototypes -acpp
  21. ARCHDEFS=    -D__STDC__
  22.